home *** CD-ROM | disk | FTP | other *** search
- if(_root.score.text >= 999)
- {
- stop();
- }
- else if(all[1][2].full == false or all[2][2].full == false or all[3][2].full == false or all[4][2].full == false or all[5][2].full == false)
- {
- stop();
- }
- else
- {
- xline = 3;
- yline = 1;
- total += 1;
- num = random(7) + 1;
- duplicateMovieClip("/pic" add num,"an" add total,16384 + total);
- }
-